projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fe7b8a
)
Remove bogus \n\n from last commit.
author
Reiner Steib
<Reiner.Steib@gmx.de>
Thu, 11 May 2006 11:10:45 +0000
(11:10 +0000)
committer
Reiner Steib
<Reiner.Steib@gmx.de>
Thu, 11 May 2006 11:10:45 +0000
(11:10 +0000)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index c56d517aed39fd1ae0250338b1576bb0f41938ca..69555feb170108e3942ae81cf16d381dd692be00 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-643,7
+643,7
@@
it is displayed along with the global value."
(format "use `%s' instead." (car obsolete))))
(terpri))
(when safe-var
- (princ "
\n\n
This variable is safe as a file local variable ")
+ (princ "This variable is safe as a file local variable ")
(princ "if its value\nsatisfies the predicate ")
(princ (if (byte-code-function-p safe-var)
"which is byte-compiled expression.\n"